Searched refs:getCastOpcode (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/IR/ |
| D | ConstantFold.cpp | 383 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedSizeOf() 400 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedAlignOf() 449 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedAlignOf() 464 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false, in getFoldedOffsetOf() 488 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, in getFoldedOffsetOf() 504 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedOffsetOf() 620 Idx = ConstantExpr::getCast(CastInst::getCastOpcode(Idx, true, in ConstantFoldCastInstruction()
|
| D | Instructions.cpp | 2650 CastInst::getCastOpcode( in getCastOpcode() function in CastInst
|
| /freebsd-10-stable/contrib/llvm/include/llvm/IR/ |
| D | InstrTypes.h | 543 static Instruction::CastOps getCastOpcode(
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/ |
| D | LoopStrengthReduce.cpp | 4526 CastInst::Create(CastInst::getCastOpcode(ICmpScaledV, false, in Expand() 4539 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in Expand() 4613 CastInst::Create(CastInst::getCastOpcode(FullV, false, in RewriteForPHI() 4643 CastInst::Create(CastInst::getCastOpcode(FullV, false, OpTy, false), in Rewrite()
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCalls.cpp | 1160 CastInst::getCastOpcode(*AI, false, PTy, false); in transformConstExprCastCall()
|
| /freebsd-10-stable/contrib/llvm/lib/Analysis/ |
| D | ConstantFolding.cpp | 634 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i], in CastGEPIndices()
|
| D | ScalarEvolutionExpander.cpp | 90 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false); in InsertNoopCastOfTo()
|
| D | ScalarEvolution.cpp | 5232 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in computeSCEVAtScope()
|