Searched defs:COps (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InlineCost.cpp | 601 SmallVector<Constant *, 2> COps; in simplifyInstruction() local 619 if (simplifyInstruction(I, [&](SmallVectorImpl<Constant *> &COps) { in visitBitCast() 643 if (simplifyInstruction(I, [&](SmallVectorImpl<Constant *> &COps) { in visitPtrToInt() 676 if (simplifyInstruction(I, [&](SmallVectorImpl<Constant *> &COps) { in visitIntToPtr() 702 if (simplifyInstruction(I, [&](SmallVectorImpl<Constant *> &COps) { in visitCastInst() 732 if (simplifyInstruction(I, [&](SmallVectorImpl<Constant *> &COps) { in visitUnaryInstruction() 979 if (simplifyInstruction(I, [&](SmallVectorImpl<Constant *> &COps) { in visitCmpInst() 1145 if (simplifyInstruction(I, [&](SmallVectorImpl<Constant *> &COps) { in visitExtractValue() 1156 if (simplifyInstruction(I, [&](SmallVectorImpl<Constant *> &COps) { in visitInsertValue()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InstructionSimplify.cpp | 2372 Constant *COps[] = {CLHS, CRHS}; in SimplifyBinOp() local
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 4189 SmallVector<Constant *, 4> COps; in ConstantFold() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 4605 SmallVector<Constant *, 4> COps; in ConstantFold() local
|