Searched refs:isCast (Results 1 - 17 of 17) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/IR/
H A DIntrinsicInst.cpp36 if (CE->isCast())
H A DConstantFold.cpp80 assert(Op && Op->isCast() && "Can't fold cast of cast without a cast!");
82 assert(CastInst::isCast(opc) && "Invalid cast opcode");
528 if (CE->isCast()) {
2042 if (CE->isCast() && Idxs.size() > 1 && Idx0->isNullValue()) {
H A DConstantsContext.h437 if (Instruction::isCast(V.opcode))
H A DConstants.cpp1036 bool ConstantExpr::isCast() const { function in class:ConstantExpr
1037 return Instruction::isCast(getOpcode());
1446 assert(Instruction::isCast(opc) && "opcode out of range");
H A DAsmWriter.cpp1034 if (CE->isCast()) {
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DInstruction.h89 bool isCast() const { return isCast(getOpcode()); } function in class:llvm::Instruction
118 static inline bool isCast(unsigned OpCode) { function in class:llvm::Instruction
H A DInstrTypes.h405 /// CastOps category (Instruction::isCast(opcode) returns true). This
620 return I->isCast();
H A DConstants.h974 bool isCast() const;
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp356 if (Instruction::isCast(Opcode)) {
H A DNVPTXISelLowering.cpp495 if (!CE->isCast())
/freebsd-10-stable/contrib/llvm/tools/bugpoint/
H A DExtractFunction.cpp250 if (CE->isCast())
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp403 if (CE->isCast())
667 if (CE->isCast())
H A DInstCombineSelect.cpp129 if (TI->isCast()) {
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DLint.cpp665 if (Instruction::isCast(CE->getOpcode())) {
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1044 if (Instruction::isCast(CE->getOpcode())) {
1191 if (Instruction::isCast(I.getOpcode())) {
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp318 if (CE->isCast())
/freebsd-10-stable/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp829 } else if (CE->isCast()) {

Completed in 603 milliseconds