HomeSort by relevance Sort by last modified time
    Searched refs:SelectConstantExpr (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/IR/
ConstantsContext.h 69 /// SelectConstantExpr - This class is private to Constants.cpp, and is used
71 class SelectConstantExpr : public ConstantExpr {
79 SelectConstantExpr(Constant *C1, Constant *C2, Constant *C3)
294 struct OperandTraits<SelectConstantExpr>
295 : public FixedNumOperandTraits<SelectConstantExpr, 3> {};
296 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(SelectConstantExpr, Value)
514 return new SelectConstantExpr(Ops[0], Ops[1], Ops[2]);
LLVMContextImpl.cpp 220 void SelectConstantExpr::anchor() { }
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantsContext.h 66 /// SelectConstantExpr - This class is private to Constants.cpp, and is used
68 class SelectConstantExpr : public ConstantExpr {
75 SelectConstantExpr(Constant *C1, Constant *C2, Constant *C3)
254 struct OperandTraits<SelectConstantExpr> :
255 public FixedNumOperandTraits<SelectConstantExpr, 3> {
257 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(SelectConstantExpr, Value)
419 return new SelectConstantExpr(V.operands[0], V.operands[1],

Completed in 72 milliseconds