HomeSort by relevance Sort by last modified time
    Searched defs:FCond (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 500 Value *FCond = FindLIVLoopCondition(Cond, L, Changed, OpChain, Cache);
504 assert((!FCond || OpChain != OC_OpChainMixed) &&
506 return {FCond, OpChain};
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceInst.h 529 enum FCond {
536 static InstFcmp *create(Cfg *Func, FCond Condition, Variable *Dest,
541 FCond getCondition() const { return Condition; }
547 InstFcmp(Cfg *Func, FCond Condition, Variable *Dest, Operand *Source1,
550 const FCond Condition;
    [all...]

Completed in 1639 milliseconds