Home
last modified time | relevance | path

Searched refs:getCastOpcode (Results 1 – 11 of 11) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/unittests/IR/
H A DInstructionsTest.cpp215 EXPECT_EQ(CastInst::Trunc, CastInst::getCastOpcode(c64, true, V8x8Ty, true)); in TEST()
216 EXPECT_EQ(CastInst::SExt, CastInst::getCastOpcode(c8, true, V8x64Ty, true)); in TEST()
231 EXPECT_EQ(CastInst::AddrSpaceCast, CastInst::getCastOpcode(v2ptr32, true, in TEST()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp385 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedSizeOf()
402 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedAlignOf()
451 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedAlignOf()
466 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false, in getFoldedOffsetOf()
490 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, in getFoldedOffsetOf()
506 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedOffsetOf()
630 Idx = ConstantExpr::getCast(CastInst::getCastOpcode(Idx, true, in ConstantFoldCastInstruction()
H A DInstructions.cpp2747 CastInst::getCastOpcode( in getCastOpcode() function in CastInst
/minix3/minix/llvm/passes/include/magic/support/
H A DMagicMemFunction.h470 … Instruction::CastOps CastOpCode = CastInst::getCastOpcode(ParamValue, false, StdParamType, false); in getCustomWrapper()
522 Instruction::CastOps opcode = CastInst::getCastOpcode(argValue, false, paramType, false); in getCustomWrapper()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DInstrTypes.h581 static Instruction::CastOps getCastOpcode(
/minix3/minix/llvm/passes/magic/support/
H A DMagicUtil.cpp1039 Instruction::CastOps CastOpCode = CastInst::getCastOpcode(callArgs[i], false, ParamType, false); in inlinePreHookForwardingCall()
1079 … Instruction::CastOps CastOpCode = CastInst::getCastOpcode(callArgs[i], false, ParamType, false); in inlinePostHookForwardingCall()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4679 CastInst::Create(CastInst::getCastOpcode(ICmpScaledV, false, in Expand()
4694 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in Expand()
4768 CastInst::Create(CastInst::getCastOpcode(FullV, false, in RewriteForPHI()
4798 CastInst::Create(CastInst::getCastOpcode(FullV, false, OpTy, false), in Rewrite()
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp697 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i], in CastGEPIndices()
H A DScalarEvolutionExpander.cpp89 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false); in InsertNoopCastOfTo()
H A DScalarEvolution.cpp5718 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in computeSCEVAtScope()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1569 CastInst::getCastOpcode(*AI, false, PTy, false); in transformConstExprCastCall()