Home
last modified time | relevance | path

Searched refs:isCast (Results 1 – 25 of 57) sorted by relevance

123

/external/syzkaller/vendor/github.com/ianlancetaylor/demangle/
Ddemangle.go398 a, isCast := st.unqualifiedName()
399 if isCast {
409 isCast := false
413 a, isCast = st.unqualifiedName()
430 if isCast {
433 isCast = false
437 if isCast {
443 a, isCast := st.unqualifiedName()
448 if isCast {
451 isCast = false
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.h88 bool isCast() const { return isCast(getOpcode()); } in isCast() function
117 static inline bool isCast(unsigned OpCode) { in isCast() function
DInstrTypes.h615 return I->isCast();
/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp125 if (CastInst->isCast()) in findMatInsertPt()
218 if (Inst->isCast()) in collectConstantCandidates()
252 if (!CastInst->isCast()) in collectConstantCandidates()
266 if (!ConstExpr->isCast()) in collectConstantCandidates()
503 assert(CastInst->isCast() && "Expected an cast instruction!"); in emitBaseConstants()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h117 bool isCast() const { return isCast(getOpcode()); } in isCast() function
151 static inline bool isCast(unsigned OpCode) { in isCast() function
/external/llvm/include/llvm/IR/
DInstruction.h108 bool isCast() const { return isCast(getOpcode()); }
137 static inline bool isCast(unsigned OpCode) {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.h133 bool isCast() const { return isCast(getOpcode()); }
176 static inline bool isCast(unsigned OpCode) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp164 if (CastInst->isCast()) in findMatInsertPt()
392 if (!CastInst->isCast()) in collectConstantCandidates()
406 if (!ConstExpr->isCast()) in collectConstantCandidates()
423 if (Inst->isCast()) in collectConstantCandidates()
663 assert(CastInst->isCast() && "Expected an cast instruction!"); in emitBaseConstants()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DIntrinsicInst.cpp36 if (CE->isCast()) in CastOperand()
DConstants.cpp741 bool ConstantExpr::isCast() const { in isCast() function in ConstantExpr
742 return Instruction::isCast(getOpcode()); in isCast()
1232 assert(Instruction::isCast(opc) && "opcode out of range"); in getCast()
2112 } else if (isCast()) { in replaceUsesOfWithOnConstant()
DConstantFold.cpp83 assert(Op && Op->isCast() && "Can't fold cast of cast without a cast!"); in foldConstantCastPair()
85 assert(CastInst::isCast(opc) && "Invalid cast opcode"); in foldConstantCastPair()
529 if (CE->isCast()) { in ConstantFoldCastInstruction()
2249 if (CE->isCast() && Idxs.size() > 1 && Idx0->isNullValue()) { in ConstantFoldGetElementPtrImpl()
DConstantsContext.h412 if (Instruction::isCast(V.opcode))
/external/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp59 if (CE->isCast()) in operator *()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp206 if (CE->isCast()) in visitLoadInst()
470 if (CE->isCast()) in visitStoreInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp100 if (CE->isCast()) in operator *()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp306 if (Instruction::isCast(Opcode)) { in remapConstantExpr()
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DExtractFunction.cpp218 if (CE->isCast()) in SplitStaticCtorDtor()
/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp356 if (Instruction::isCast(Opcode)) { in remapConstantExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DExtractFunction.cpp273 if (CE->isCast()) in SplitStaticCtorDtor()
/external/llvm/tools/bugpoint/
DExtractFunction.cpp273 if (CE->isCast()) in SplitStaticCtorDtor()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantFold.cpp81 assert(Op && Op->isCast() && "Can't fold cast of cast without a cast!"); in foldConstantCastPair()
83 assert(CastInst::isCast(opc) && "Invalid cast opcode"); in foldConstantCastPair()
538 if (CE->isCast()) { in ConstantFoldCastInstruction()
2214 if (CE->isCast() && Idxs.size() > 1 && Idx0->isNullValue()) { in ConstantFoldGetElementPtr()
DConstantsContext.h532 if (Instruction::isCast(Opcode))
/external/llvm/lib/IR/
DConstantFold.cpp80 assert(Op && Op->isCast() && "Can't fold cast of cast without a cast!"); in foldConstantCastPair()
82 assert(CastInst::isCast(opc) && "Invalid cast opcode"); in foldConstantCastPair()
541 if (CE->isCast()) { in ConstantFoldCastInstruction()
2168 if (CE->isCast() && Idxs.size() > 1 && Idx0->isNullValue()) { in ConstantFoldGetElementPtrImpl()
DConstantsContext.h506 if (Instruction::isCast(Opcode))
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLint.cpp600 if (Instruction::isCast(CE->getOpcode())) { in findValueImpl()

123