Home
last modified time | relevance | path

Searched refs:VCE (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp528 if (ConstantExpr *VCE = dyn_cast<ConstantExpr>(getValue())) in isSizeOf() local
529 if (VCE->getOpcode() == Instruction::PtrToInt) in isSizeOf()
530 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(VCE->getOperand(0))) in isSizeOf()
544 if (ConstantExpr *VCE = dyn_cast<ConstantExpr>(getValue())) in isAlignOf() local
545 if (VCE->getOpcode() == Instruction::PtrToInt) in isAlignOf()
546 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(VCE->getOperand(0))) in isAlignOf()
568 if (ConstantExpr *VCE = dyn_cast<ConstantExpr>(getValue())) in isOffsetOf() local
569 if (VCE->getOpcode() == Instruction::PtrToInt) in isOffsetOf()
570 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(VCE->getOperand(0))) in isOffsetOf()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZScheduleZ15.td1388 def : InstRW<[WLat6, VecBF, NormalGr], (instregex "VCE(L)?FB$")>;